var unicode.properties
10 uses
unicode (current package)
graphic.go#L40: return properties[uint8(r)]&pg != 0
graphic.go#L52: return properties[uint8(r)]&pp != 0
graphic.go#L83: return properties[uint8(r)]&pC != 0
graphic.go#L92: return properties[uint8(r)]&(pLmask) != 0
graphic.go#L106: return properties[uint8(r)]&pN != 0
graphic.go#L115: return properties[uint8(r)]&pP != 0
graphic.go#L141: return properties[uint8(r)]&pS != 0
letter.go#L185: return properties[uint8(r)]&pLmask == pLu
letter.go#L194: return properties[uint8(r)]&pLmask == pLl
tables.go#L7251: var properties = [MaxLatin1 + 1]uint8{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)